Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cdk.version from 1.93.0 to 1.95.1 in /infrastructure #14

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2021

Bumps cdk.version from 1.93.0 to 1.95.1.
Updates core from 1.93.0 to 1.95.1

Release notes

Sourced from core's releases.

v1.95.1

Bug Fixes

  • codebuild: module fails to load with error "Cannot use import statement outside a module" (b1ffd33), closes #13699 #13699

v1.95.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • lambda-nodejs: The type of image property in the Bundling class is changed from BundlingDockerImage to DockerImage.
  • lambda-nodejs: The type of dockerImage property in BundlingOptions is changed from BundlingDockerImage to DockerImage.
  • apigatewayv2: The type of allowMethods property under corsPreflight section is changed from HttpMethod to CorsHttpMethod.
  • lambda-nodejs: the default runtime of a NodejsFunction is now Node.js 14.x if the environment from which it is deployed uses Node.js >= 14 and Node.js 12.x otherwise.

Features

Bug Fixes

  • apigatewayv2: error while configuring ANY as an allowed method in CORS (#13313) (34bb338), closes #13280 #13643

  • aws-ecs: drain hook lambda allows tasks to stop gracefully (#13559) (3e1148e), closes #13506

  • codebuild: Fixed build spec file format to return yaml (#13445) (fab93c6)

  • codedeploy: Use aws-cli instead of awscli for yum (#13655) (449ce12)

  • codepipeline-actions: BitBucketAction fails with S3 "Access denied" error (#13637) (77ce45d), closes #13557

  • core: toJsonString() cannot handle list intrinsics (#13544) (a5be042), closes #13465

  • events,applicationautoscaling: specifying a schedule rate in seconds results in an error (#13689) (5d62331), closes #13566

  • lambda: incorrect values for prop UntrustedArtifactOnDeployment (#13667) (0757686), closes #13586

  • neptune: create correct IAM statement in grantConnect() (#13641) (2e7f046), closes #13640

  • s3: Notifications fail to deploy due to incompatible node runtime (#13624) (aa32cf6)

  • lambda-nodejs: prepare code to reduce merge conflicts when deprecated APIs are stripped (#13738) (ca391b5)

  • lambda-nodejs: update default runtime (#13664) (ca42461)

... (truncated)

Changelog

Sourced from core's changelog.

1.95.1 (2021-03-25)

Bug Fixes

  • codebuild: module fails to load with error "Cannot use import statement outside a module" (b1ffd33), closes #13699 #13699

1.95.0 (2021-03-25)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • lambda-nodejs: The type of image property in the Bundling class is changed from BundlingDockerImage to DockerImage.
  • lambda-nodejs: The type of dockerImage property in BundlingOptions is changed from BundlingDockerImage to DockerImage.
  • apigatewayv2: The type of allowMethods property under corsPreflight section is changed from HttpMethod to CorsHttpMethod.
  • lambda-nodejs: the default runtime of a NodejsFunction is now Node.js 14.x if the environment from which it is deployed uses Node.js >= 14 and Node.js 12.x otherwise.

Features

Bug Fixes

  • apigatewayv2: error while configuring ANY as an allowed method in CORS (#13313) (34bb338), closes #13280 #13643
  • aws-ecs: drain hook lambda allows tasks to stop gracefully (#13559) (3e1148e), closes #13506
  • codebuild: Fixed build spec file format to return yaml (#13445) (fab93c6)
  • codedeploy: Use aws-cli instead of awscli for yum (#13655) (449ce12)
  • codepipeline-actions: BitBucketAction fails with S3 "Access denied" error (#13637) (77ce45d), closes #13557
  • core: toJsonString() cannot handle list intrinsics (#13544) (a5be042), closes #13465
  • events,applicationautoscaling: specifying a schedule rate in seconds results in an error (#13689) (5d62331), closes #13566
  • lambda: incorrect values for prop UntrustedArtifactOnDeployment (#13667) (0757686), closes #13586
  • neptune: create correct IAM statement in grantConnect() (#13641) (2e7f046), closes #13640
  • s3: Notifications fail to deploy due to incompatible node runtime (#13624) (aa32cf6)

... (truncated)

Commits
  • ed2bbe6 chore(release): 1.95.1 (#13805)
  • 4ec9383 Remove unused isMonoRepoPackageDir function in pkglint/rules.ts.
  • 15169de chore(release): 1.95.1
  • b1ffd33 fix(codebuild): module fails to load with error "Cannot use import statement ...
  • 28ba8b4 Merge pull request #13786 from aws/bump/1.95.0
  • f5744f0 chore(release): 1.95.0
  • 77a6268 chore: build go bindings for monocdk (#13399)
  • 7ca79ff feat(acmpca): make the ACM PCA module Generally Available (stable) (#13778)
  • 41a2b2e feat(cfnspec): cloudformation spec v31.1.0 (#13763)
  • 182685d chore: un-jsii and bundle @aws-cdk/yaml-cfn (#13699)
  • Additional commits viewable in compare view

Updates apigatewayv2 from 1.93.0 to 1.95.1

Release notes

Sourced from apigatewayv2's releases.

v1.95.1

Bug Fixes

  • codebuild: module fails to load with error "Cannot use import statement outside a module" (b1ffd33), closes #13699 #13699

v1.95.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • lambda-nodejs: The type of image property in the Bundling class is changed from BundlingDockerImage to DockerImage.
  • lambda-nodejs: The type of dockerImage property in BundlingOptions is changed from BundlingDockerImage to DockerImage.
  • apigatewayv2: The type of allowMethods property under corsPreflight section is changed from HttpMethod to CorsHttpMethod.
  • lambda-nodejs: the default runtime of a NodejsFunction is now Node.js 14.x if the environment from which it is deployed uses Node.js >= 14 and Node.js 12.x otherwise.

Features

Bug Fixes

  • apigatewayv2: error while configuring ANY as an allowed method in CORS (#13313) (34bb338), closes #13280 #13643

  • aws-ecs: drain hook lambda allows tasks to stop gracefully (#13559) (3e1148e), closes #13506

  • codebuild: Fixed build spec file format to return yaml (#13445) (fab93c6)

  • codedeploy: Use aws-cli instead of awscli for yum (#13655) (449ce12)

  • codepipeline-actions: BitBucketAction fails with S3 "Access denied" error (#13637) (77ce45d), closes #13557

  • core: toJsonString() cannot handle list intrinsics (#13544) (a5be042), closes #13465

  • events,applicationautoscaling: specifying a schedule rate in seconds results in an error (#13689) (5d62331), closes #13566

  • lambda: incorrect values for prop UntrustedArtifactOnDeployment (#13667) (0757686), closes #13586

  • neptune: create correct IAM statement in grantConnect() (#13641) (2e7f046), closes #13640

  • s3: Notifications fail to deploy due to incompatible node runtime (#13624) (aa32cf6)

  • lambda-nodejs: prepare code to reduce merge conflicts when deprecated APIs are stripped (#13738) (ca391b5)

  • lambda-nodejs: update default runtime (#13664) (ca42461)

... (truncated)

Changelog

Sourced from apigatewayv2's changelog.

1.95.1 (2021-03-25)

Bug Fixes

  • codebuild: module fails to load with error "Cannot use import statement outside a module" (b1ffd33), closes #13699 #13699

1.95.0 (2021-03-25)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • lambda-nodejs: The type of image property in the Bundling class is changed from BundlingDockerImage to DockerImage.
  • lambda-nodejs: The type of dockerImage property in BundlingOptions is changed from BundlingDockerImage to DockerImage.
  • apigatewayv2: The type of allowMethods property under corsPreflight section is changed from HttpMethod to CorsHttpMethod.
  • lambda-nodejs: the default runtime of a NodejsFunction is now Node.js 14.x if the environment from which it is deployed uses Node.js >= 14 and Node.js 12.x otherwise.

Features

Bug Fixes

  • apigatewayv2: error while configuring ANY as an allowed method in CORS (#13313) (34bb338), closes #13280 #13643
  • aws-ecs: drain hook lambda allows tasks to stop gracefully (#13559) (3e1148e), closes #13506
  • codebuild: Fixed build spec file format to return yaml (#13445) (fab93c6)
  • codedeploy: Use aws-cli instead of awscli for yum (#13655) (449ce12)
  • codepipeline-actions: BitBucketAction fails with S3 "Access denied" error (#13637) (77ce45d), closes #13557
  • core: toJsonString() cannot handle list intrinsics (#13544) (a5be042), closes #13465
  • events,applicationautoscaling: specifying a schedule rate in seconds results in an error (#13689) (5d62331), closes #13566
  • lambda: incorrect values for prop UntrustedArtifactOnDeployment (#13667) (0757686), closes #13586
  • neptune: create correct IAM statement in grantConnect() (#13641) (2e7f046), closes #13640
  • s3: Notifications fail to deploy due to incompatible node runtime (#13624) (aa32cf6)

... (truncated)

Commits
  • ed2bbe6 chore(release): 1.95.1 (#13805)
  • 4ec9383 Remove unused isMonoRepoPackageDir function in pkglint/rules.ts.
  • 15169de chore(release): 1.95.1
  • b1ffd33 fix(codebuild): module fails to load with error "Cannot use import statement ...
  • 28ba8b4 Merge pull request #13786 from aws/bump/1.95.0
  • f5744f0 chore(release): 1.95.0
  • 77a6268 chore: build go bindings for monocdk (#13399)
  • 7ca79ff feat(acmpca): make the ACM PCA module Generally Available (stable) (#13778)
  • 41a2b2e feat(cfnspec): cloudformation spec v31.1.0 (#13763)
  • 182685d chore: un-jsii and bundle @aws-cdk/yaml-cfn (#13699)
  • Additional commits viewable in compare view

Updates lambda from 1.93.0 to 1.95.1

Release notes

Sourced from lambda's releases.

v1.95.1

Bug Fixes

  • codebuild: module fails to load with error "Cannot use import statement outside a module" (b1ffd33), closes #13699 #13699

v1.95.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • lambda-nodejs: The type of image property in the Bundling class is changed from BundlingDockerImage to DockerImage.
  • lambda-nodejs: The type of dockerImage property in BundlingOptions is changed from BundlingDockerImage to DockerImage.
  • apigatewayv2: The type of allowMethods property under corsPreflight section is changed from HttpMethod to CorsHttpMethod.
  • lambda-nodejs: the default runtime of a NodejsFunction is now Node.js 14.x if the environment from which it is deployed uses Node.js >= 14 and Node.js 12.x otherwise.

Features

Bug Fixes

  • apigatewayv2: error while configuring ANY as an allowed method in CORS (#13313) (34bb338), closes #13280 #13643

  • aws-ecs: drain hook lambda allows tasks to stop gracefully (#13559) (3e1148e), closes #13506

  • codebuild: Fixed build spec file format to return yaml (#13445) (fab93c6)

  • codedeploy: Use aws-cli instead of awscli for yum (#13655) (449ce12)

  • codepipeline-actions: BitBucketAction fails with S3 "Access denied" error (#13637) (77ce45d), closes #13557

  • core: toJsonString() cannot handle list intrinsics (#13544) (a5be042), closes #13465

  • events,applicationautoscaling: specifying a schedule rate in seconds results in an error (#13689) (5d62331), closes #13566

  • lambda: incorrect values for prop UntrustedArtifactOnDeployment (#13667) (0757686), closes #13586

  • neptune: create correct IAM statement in grantConnect() (#13641) (2e7f046), closes #13640

  • s3: Notifications fail to deploy due to incompatible node runtime (#13624) (aa32cf6)

  • lambda-nodejs: prepare code to reduce merge conflicts when deprecated APIs are stripped (#13738) (ca391b5)

  • lambda-nodejs: update default runtime (#13664) (ca42461)

... (truncated)

Changelog

Sourced from lambda's changelog.

1.95.1 (2021-03-25)

Bug Fixes

  • codebuild: module fails to load with error "Cannot use import statement outside a module" (b1ffd33), closes #13699 #13699

1.95.0 (2021-03-25)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • lambda-nodejs: The type of image property in the Bundling class is changed from BundlingDockerImage to DockerImage.
  • lambda-nodejs: The type of dockerImage property in BundlingOptions is changed from BundlingDockerImage to DockerImage.
  • apigatewayv2: The type of allowMethods property under corsPreflight section is changed from HttpMethod to CorsHttpMethod.
  • lambda-nodejs: the default runtime of a NodejsFunction is now Node.js 14.x if the environment from which it is deployed uses Node.js >= 14 and Node.js 12.x otherwise.

Features

Bug Fixes

  • apigatewayv2: error while configuring ANY as an allowed method in CORS (#13313) (34bb338), closes #13280 #13643
  • aws-ecs: drain hook lambda allows tasks to stop gracefully (#13559) (3e1148e), closes #13506
  • codebuild: Fixed build spec file format to return yaml (#13445) (fab93c6)
  • codedeploy: Use aws-cli instead of awscli for yum (#13655) (449ce12)
  • codepipeline-actions: BitBucketAction fails with S3 "Access denied" error (#13637) (77ce45d), closes #13557
  • core: toJsonString() cannot handle list intrinsics (#13544) (a5be042), closes #13465
  • events,applicationautoscaling: specifying a schedule rate in seconds results in an error (#13689) (5d62331), closes #13566
  • lambda: incorrect values for prop UntrustedArtifactOnDeployment (#13667) (0757686), closes #13586
  • neptune: create correct IAM statement in grantConnect() (#13641) (2e7f046), closes #13640
  • s3: Notifications fail to deploy due to incompatible node runtime (#13624) (aa32cf6)

... (truncated)

Commits
  • ed2bbe6 chore(release): 1.95.1 (#13805)
  • 4ec9383 Remove unused isMonoRepoPackageDir function in pkglint/rules.ts.
  • 15169de chore(release): 1.95.1
  • b1ffd33 fix(codebuild): module fails to load with error "Cannot use import statement ...
  • 28ba8b4 Merge pull request #13786 from aws/bump/1.95.0
  • f5744f0 chore(release): 1.95.0
  • 77a6268 chore: build go bindings for monocdk (#13399)
  • 7ca79ff feat(acmpca): make the ACM PCA module Generally Available (stable) (#13778)
  • 41a2b2e feat(cfnspec): cloudformation spec v31.1.0 (#13763)
  • 182685d chore: un-jsii and bundle @aws-cdk/yaml-cfn (#13699)
  • Additional commits viewable in compare view

Updates apigatewayv2-integrations from 1.93.0 to 1.95.1

Release notes

Sourced from apigatewayv2-integrations's releases.

v1.95.1

Bug Fixes

  • codebuild: module fails to load with error "Cannot use import statement outside a module" (b1ffd33), closes #13699 #13699

v1.95.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • lambda-nodejs: The type of image property in the Bundling class is changed from BundlingDockerImage to DockerImage.
  • lambda-nodejs: The type of dockerImage property in BundlingOptions is changed from BundlingDockerImage to DockerImage.
  • apigatewayv2: The type of allowMethods property under corsPreflight section is changed from HttpMethod to CorsHttpMethod.
  • lambda-nodejs: the default runtime of a NodejsFunction is now Node.js 14.x if the environment from which it is deployed uses Node.js >= 14 and Node.js 12.x otherwise.

Features

Bug Fixes

  • apigatewayv2: error while configuring ANY as an allowed method in CORS (#13313) (34bb338), closes #13280 #13643

  • aws-ecs: drain hook lambda allows tasks to stop gracefully (#13559) (3e1148e), closes #13506

  • codebuild: Fixed build spec file format to return yaml (#13445) (fab93c6)

  • codedeploy: Use aws-cli instead of awscli for yum (#13655) (449ce12)

  • codepipeline-actions: BitBucketAction fails with S3 "Access denied" error (#13637) (77ce45d), closes #13557

  • core: toJsonString() cannot handle list intrinsics (#13544) (a5be042), closes #13465

  • events,applicationautoscaling: specifying a schedule rate in seconds results in an error (#13689) (5d62331), closes #13566

  • lambda: incorrect values for prop UntrustedArtifactOnDeployment (#13667) (0757686), closes #13586

  • neptune: create correct IAM statement in grantConnect() (#13641) (2e7f046), closes #13640

  • s3: Notifications fail to deploy due to incompatible node runtime (#13624) (aa32cf6)

  • lambda-nodejs: prepare code to reduce merge conflicts when deprecated APIs are stripped (#13738) (ca391b5)

  • lambda-nodejs: update default runtime (#13664) (ca42461)

... (truncated)

Changelog

Sourced from apigatewayv2-integrations's changelog.

1.95.1 (2021-03-25)

Bug Fixes

  • codebuild: module fails to load with error "Cannot use import statement outside a module" (b1ffd33), closes #13699 #13699

1.95.0 (2021-03-25)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • lambda-nodejs: The type of image property in the Bundling class is changed from BundlingDockerImage to DockerImage.
  • lambda-nodejs: The type of dockerImage property in BundlingOptions is changed from BundlingDockerImage to DockerImage.
  • apigatewayv2: The type of allowMethods property under corsPreflight section is changed from HttpMethod to CorsHttpMethod.
  • lambda-nodejs: the default runtime of a NodejsFunction is now Node.js 14.x if the environment from which it is deployed uses Node.js >= 14 and Node.js 12.x otherwise.

Features

Bug Fixes

  • apigatewayv2: error while configuring ANY as an allowed method in CORS (#13313) (34bb338), closes #13280 #13643
  • aws-ecs: drain hook lambda allows tasks to stop gracefully (#13559) (3e1148e), closes #13506
  • codebuild: Fixed build spec file format to return yaml (#13445) (fab93c6)
  • codedeploy: Use aws-cli instead of awscli for yum (#13655) (449ce12)
  • codepipeline-actions: BitBucketAction fails with S3 "Access denied" error (#13637) (77ce45d), closes #13557
  • core: toJsonString() cannot handle list intrinsics (#13544) (a5be042), closes #13465
  • events,applicationautoscaling: specifying a schedule rate in seconds results in an error (#13689) (5d62331), closes #13566
  • lambda: incorrect values for prop UntrustedArtifactOnDeployment (#13667) (0757686), closes #13586
  • neptune: create correct IAM statement in grantConnect() (#13641) (2e7f046), closes #13640
  • s3: Notifications fail to deploy due to incompatible node runtime (#13624) (aa32cf6)

... (truncated)

Commits
  • ed2bbe6 chore(release): 1.95.1 (#13805)
  • 4ec9383 Remove unused isMonoRepoPackageDir function in pkglint/rules.ts.
  • 15169de chore(release): 1.95.1
  • b1ffd33 fix(codebuild): module fails to load with error "Cannot use import statement ...
  • 28ba8b4 Merge pull request #13786 from aws/bump/1.95.0
  • f5744f0 chore(release): 1.95.0
  • 77a6268 chore: build go bindings for monocdk (#13399)
  • 7ca79ff feat(acmpca): make the ACM PCA module Generally Available (stable) (#13778)
  • 41a2b2e feat(cfnspec): cloudformation spec v31.1.0 (#13763)
  • 182685d chore: un-jsii and bundle @aws-cdk/yaml-cfn (#13699)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@pankajagrawal16
Copy link
Contributor

@dependabot rebase

Bumps `cdk.version` from 1.93.0 to 1.95.1.

Updates `core` from 1.93.0 to 1.95.1
- [Release notes](https:/aws/aws-cdk/releases)
- [Changelog](https:/aws/aws-cdk/blob/master/CHANGELOG.md)
- [Commits](aws/aws-cdk@v1.93.0...v1.95.1)

Updates `apigatewayv2` from 1.93.0 to 1.95.1
- [Release notes](https:/aws/aws-cdk/releases)
- [Changelog](https:/aws/aws-cdk/blob/master/CHANGELOG.md)
- [Commits](aws/aws-cdk@v1.93.0...v1.95.1)

Updates `lambda` from 1.93.0 to 1.95.1
- [Release notes](https:/aws/aws-cdk/releases)
- [Changelog](https:/aws/aws-cdk/blob/master/CHANGELOG.md)
- [Commits](aws/aws-cdk@v1.93.0...v1.95.1)

Updates `apigatewayv2-integrations` from 1.93.0 to 1.95.1
- [Release notes](https:/aws/aws-cdk/releases)
- [Changelog](https:/aws/aws-cdk/blob/master/CHANGELOG.md)
- [Commits](aws/aws-cdk@v1.93.0...v1.95.1)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/infrastructure/cdk.version-1.95.1 branch from 3b49bde to e17955f Compare March 26, 2021 14:28
@pankajagrawal16 pankajagrawal16 merged commit 9dd2778 into main Mar 26, 2021
@pankajagrawal16 pankajagrawal16 deleted the dependabot/maven/infrastructure/cdk.version-1.95.1 branch March 26, 2021 14:30
devMonkey87 added a commit to devMonkey87/cdk-lambda-packaging-java that referenced this pull request Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant